home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00282_Script_282 < prev    next >
Text File  |  2001-12-07  |  226b  |  19 lines

  1. global completo, timescore
  2.  
  3. on startFrame
  4.   startTimer
  5. end
  6.  
  7. on exitFrame me
  8.   
  9.   timescore = the timer
  10.   
  11. --  if completo = 1 then
  12. --    go to frame "win_game"
  13. --  else  
  14.     go to the frame
  15. --end if
  16.   
  17. end
  18.  
  19.